gtk-demo: Don't call gtk_main_quit
authorMatthias Clasen <mclasen@redhat.com>
Fri, 7 Feb 2020 21:25:02 +0000 (16:25 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 7 Feb 2020 21:25:02 +0000 (16:25 -0500)
It doesn't work with GtkApplications that do not
call gtk_main().

demos/gtk-demo/main.ui

index bf70a37be60702f4b97fea3a2b9461fab0859fec..f4849a6a08a3a15463e2e23848e0dd716dae76de 100644 (file)
@@ -28,7 +28,6 @@
     <property name="default-width">800</property>
     <property name="default-height">600</property>
     <property name="title">GTK Demo</property>
-    <signal name="destroy" handler="gtk_main_quit" swapped="no"/>
     <child type="titlebar">
       <object class="GtkHeaderBar" id="headerbar">
         <property name="show-title-buttons">1</property>